UpdateRegistrationRequest

data class UpdateRegistrationRequest(scopeURL: String)

Represents request frame that can be used with ServiceWorker#updateRegistration operation call.

See also

Constructors

UpdateRegistrationRequest
Link copied to clipboard
fun UpdateRegistrationRequest(scopeURL: String)

Properties

scopeURL
Link copied to clipboard
val scopeURL: String

Sources

jvm source
Link copied to clipboard